From a34ff87a7e2237217151dcdee37bae94d0ea6f2a Mon Sep 17 00:00:00 2001 From: real-zephex Date: Tue, 26 Mar 2024 10:41:50 +0530 Subject: changed the hosting for the image proxy --- src/app/manga/[title]/[id]/[read]/read.module.css | 1 + 1 file changed, 1 insertion(+) (limited to 'src/app/manga/[title]/[id]/[read]/read.module.css') diff --git a/src/app/manga/[title]/[id]/[read]/read.module.css b/src/app/manga/[title]/[id]/[read]/read.module.css index 80d91ae..47dde9e 100644 --- a/src/app/manga/[title]/[id]/[read]/read.module.css +++ b/src/app/manga/[title]/[id]/[read]/read.module.css @@ -1,5 +1,6 @@ .ImageContainer img { width: auto; + max-width: 1000px; height: auto; border-radius: 5px; margin-top: 10px; -- cgit v1.2.3